Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support running Databricks CI_PART2 integration tests with JARs built by CI_PART1 [databricks] #11840

Merged
merged 5 commits into from
Dec 11, 2024

Conversation

NvTimLiu
Copy link
Collaborator

@NvTimLiu NvTimLiu commented Dec 9, 2024

To fix: #11838

The CI_PART1 job uploads the built Spark Rapids tar file to Databricks DBFS storage.

The CI_PART2 job retrieves the built tar file from DBFS storage and runs integration tests against it.

Then the CI_PART2 job doesn't need to duplicate the building of Spark Rapids jars; it can save about 1 hour of Databricks time.

… by CI_PART1

To fix: NVIDIA#11838

The CI_PART1 job uploads the built Spark Rapids tar file to Databricks DBFS storage.

The CI_PART2 job retrieves the built tar file from DBFS storage and runs integration tests against it.

Then the CI_PART2 job doesn't need to duplicate the building of Spark Rapids jars; it can save about 1 hour of Databricks time.

Signed-off-by: timl <[email protected]>
@NvTimLiu NvTimLiu self-assigned this Dec 9, 2024
@NvTimLiu NvTimLiu added build Related to CI / CD or cleanly building improve labels Dec 9, 2024
@NvTimLiu NvTimLiu changed the title Support running Databricks CI_PART2 integration tests with JARs built by CI_PART1 Support running Databricks CI_PART2 integration tests with JARs built by CI_PART1 [databricks] Dec 9, 2024
@NvTimLiu
Copy link
Collaborator Author

NvTimLiu commented Dec 9, 2024

build

Copy link
Collaborator

@pxLi pxLi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just some small nits

jenkins/Jenkinsfile-blossom.premerge-databricks Outdated Show resolved Hide resolved
jenkins/Jenkinsfile-blossom.premerge-databricks Outdated Show resolved Hide resolved
jenkins/Jenkinsfile-blossom.premerge-databricks Outdated Show resolved Hide resolved
@NvTimLiu
Copy link
Collaborator Author

build

Copy link
Collaborator

@gerashegalov gerashegalov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@NvTimLiu NvTimLiu merged commit 4515406 into NVIDIA:branch-25.02 Dec 11, 2024
49 of 50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to CI / CD or cleanly building improve
Projects
None yet
3 participants